home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Shareware City / Applications / PhoneSoupPPCv2.0b1 / what's new < prev    next >
Encoding:
Text File  |  1996-03-18  |  765 b   |  20 lines  |  [TEXT/CWIE]

  1. Phone Soup - by Soren Ragsdale <soren@cs.arizona.edu>
  2.  
  3.  
  4. Phone Soup searches phone numbers and finds what you can spell using the letters
  5. on the phone.  Useless, but strangely entertaining.
  6.  
  7. Please report bugs to soren@cs.arizona.edu
  8.  
  9. What's new:
  10.     • Tremendously faster
  11.         Thanks to Scott Calvert for ideas on a new approach to the problem.
  12.         The memory requirements are significantly larger, but the lookups
  13.         are in constant time rather than O(3^n*n) time, which is a big plus.
  14.         
  15.     • Accepts chars as well as text for input and translates to ints in input.
  16.         For example, "(fat) pig-bacon" -> [3 2 8 7 4 4 2 2 2 6 6]
  17.     
  18.     • Splits words along meaningful boundaries
  19.         Soup 1.0 would output "8fatpigs" as [8-fatpigs].
  20.         Soup 2.0 is smarter - outputs it as [8-fat-pigs].